home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(14) = 1 then
- set the visible of sprite 7 to 1
- else
- set the visible of sprite 7 to 0
- end if
- if rollOver(15) = 1 then
- set the visible of sprite 8 to 1
- else
- set the visible of sprite 8 to 0
- end if
- if rollOver(16) = 1 then
- set the visible of sprite 9 to 1
- else
- set the visible of sprite 9 to 0
- end if
- if rollOver(17) = 1 then
- set the visible of sprite 10 to 1
- else
- set the visible of sprite 10 to 0
- end if
- if rollOver(18) = 1 then
- set the visible of sprite 11 to 1
- else
- set the visible of sprite 11 to 0
- end if
- if rollOver(19) = 1 then
- set the visible of sprite 12 to 1
- else
- set the visible of sprite 12 to 0
- end if
- go(the frame)
- end
-